home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / 3c503.zip / 3PLUS / 3PINSTAL.BAT < prev    next >
DOS Batch File  |  1992-01-08  |  2KB  |  67 lines

  1. echo off
  2. REM %%VER 3+ Drivers Installation Utility Program v2.0c
  3. if %mono%==y goto b&w
  4. ..\install\flushkey
  5. ..\install\check videocard
  6. if errorlevel 1 goto color
  7. :b&w
  8. cls
  9. goto contin
  10. :color
  11. ..\install\get b 31
  12. :contin
  13. type ..\blank.men
  14. ..\install\echoxy  4 14                     3+   M E N U
  15. ..\install\echoxy  6 14         U P D A T I N G    3+    D R I V E R S
  16. ..\install\echoxy  9 14 If updating the drivers on a server for use with 
  17. ..\install\echoxy 10 14 the MAKEDISK utility, the sharename APPSADMN must
  18. ..\install\echoxy 11 14 already be linked.  Use the APPSADMN drive 
  19. ..\install\echoxy 12 14 designator for the target drive.   
  20. ..\install\echoxy 14 10
  21. ..\install\get c "       Enter the target drive letter:  "
  22.  
  23. if errorlevel 127 goto inval
  24. if errorlevel 126 goto 3plus
  25. if errorlevel 123 goto inval
  26. if errorlevel 97  goto contin1
  27. if errorlevel 91  goto inval
  28. if errorlevel 65  goto contin1
  29. if errorlevel 1   goto inval
  30.  
  31. :contin1 
  32. if not exist %get%:\*.* goto baddrv
  33.  
  34. set tardrv=%get%:
  35.  
  36. ..\install\echoxy 16 10
  37. ..\install\get n  "       Update files to drive %tardrv% (y/n): "
  38. if errorlevel 126 goto 3plus
  39. if errorlevel 89 goto ok
  40. 3pinstal
  41.  
  42. :ok
  43. update %tardrv% 
  44.  
  45. :inval
  46. ..\install\echoxy 21 17 **** Invalid key, try again. ****
  47. echo 
  48. echo 
  49. echo.
  50. 3pinstal
  51.  
  52. :baddrv
  53. echo 
  54. echo 
  55. ..\install\echoxy 19 14 Invalid drive letter or drive not linked.             
  56. ..\install\echoxy 20 14 Drive must be linked before running the Update utility. 
  57. ..\install\echoxy 22 13 Strike any key to continue.
  58. ..\install\reply
  59. if errorlevel 28 goto ok1
  60. if errorlevel 27 goto 3plus
  61. :ok1
  62. 3pinstal
  63.  
  64. :3plus
  65. inspropt
  66.  
  67.